Einhugur Xml Plugin for Xojo
Node.RemoveAttribute Method
Removes attribute.
RemoveAttribute(
attr
as
EinhugurXml.Attribute
)
as
Boolean
Parameters
attr
Attribute to be removed.
Returns
Boolean
True if attribute was removed, else false.
Remarks
See Also
Node Class